home *** CD-ROM | disk | FTP | other *** search
/ Atlas of Florida / Atlas of Florida.iso / Movies / 1.0 Introduction / 1.0 Introduction / 00331_Script_331 < prev    next >
Text File  |  1994-08-23  |  430b  |  20 lines

  1. -- Florida Facts
  2.  
  3. global fromPicture
  4. setCursors "5,6,7,9,11,13,15,17,19,21,23"
  5.  
  6. if not(fromPicture) then
  7.   hideChannel 8
  8.   hideChannel 10
  9.   hideChannel 12
  10.   hideChannel 14
  11.   hideChannel 16
  12.   hideChannel 18
  13.   hideChannel 20
  14.   hideChannel 22
  15.   hideChannel 24
  16. else
  17.   set fromPicture to false
  18.   if the visibility of sprite 22 = true then setCursor 22
  19.   if the visibility of sprite 24 = true then setCursor 24
  20. end if